Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
constant folding
A compiler optimisation technique where
constant subexpressions are evaluated at compile time. This
is usually only applied to built-in numerical and boolean
operators whereas partial evaluation is more general in that
expressions involving user-defined functions may also be
evaluated at compile time.
(1997-02-20)